
.ErActivityReviewRmain .er-activity-review-nar .review-box{
width:auto!important;
}
.ErActivityReviewButton .er-button,
.ErActivityManageButton .er-button {
  width: 100%;
}

.ErActivityReviewButton .er-button .er-button-style,
.ErActivityManageButton .er-button .er-button-style {
  line-height: 3.6rem;
  height: 3.6rem;
  font-size: 1.5rem;
}

.ErActivityManageButton .er-button .er-button-style {
  background: #20a0ff;
  border-color: #20a0ff;
}

.ErActivityReviewButton .er-button .er-button-style {
  background: #16a766;
  border-color: #16a766;
}
.er-activity-button{
	display: inline-block;
	    width: 45%;
	    margin: 6px;
}

.er-area-cascader-wrap,
.er-area-cascader {
    width: 100%;
}
.er-area-sec .cardList {
    display: flex;
    flex-wrap: wrap;
}
.er-area-sec .cardList li {

    width: 50%;
    white-space: nowrap;
    line-height: 2em;
    cursor: pointer;
}
.er-area-sec .cardList li>div {
    margin: 0 8px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.er-area-sec .cardList li>div:hover {
    background: #f7f7f7;
}
.er-area-sec .el-tabs__header {
    margin-bottom: 0;
}
.er-area-sec .el-tabs__content {
    padding: 15px 8px;
    border-left: 1px solid #E4E7ED;
    border-right: 1px solid #E4E7ED;
    border-bottom: 1px solid #E4E7ED;
}
.er-area-cascader-height{
    display: flex;
    flex-direction: column;
}
.er-area-cascader-height .el-tabs__content{
    flex:auto;
    overflow: auto;
}


.userinfo_wrap {
    display: flex;
}
.userinfo_left {
    flex: 3;
}
.userinfo_right {
    flex: 1;
}
.sfzh_error {
    color: red;
    position: absolute;
    font-size: 12px;
    top: 100%;
    margin-top: -5px;
}


.bebore-prompt{
    font-size: 1.4rem;
    line-height: 2em;
}


.review-box-hidden {
  visibility: hidden;
}
.fr {
  position: relative;
}
.fr.disabled::after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.stopupload {
  color: red;
}


.ErHdFooter1_fr {
  display: flex;
  justify-content: space-between;
  width: 98%;
}
.ErHdFooter1_fr>a,
.ErHdFooter1_fr>div {
  width: 30% !important;
  height: 3.6rem !important;
  line-height: 3.6rem !important;
  flex: 1;
  margin: 0px 5px;
}
.ErHdFooter1_fr>div .er-button-style {
  width: 100% !important;
  padding: 0px !important;
}
.review-box-hidden {
  visibility: hidden;
}


.pic-con-img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ActivityImage {
    width: 100%;
    height: 100%;
    position: relative;
}
.rs-img-thum-show {
    height: 90px;
    text-align: center;
    line-height: 2em;
    background: rgba(50, 50, 50, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
    color: #fff;
    z-index: 2;
    align-items: center;
    padding: 0 .5rem;
    border-top-left-radius: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: .5em;
}
.rs-img-icon i {
    font-size: 38px;
    line-height: 45px;
}
.ActivityImage {
    position: relative;
}
.ActivityImage>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(67, 114, 194);
    position: absolute;
    top: 0;
    left: 0;
}
.ActivityImage img {
    width: 100%;
}
.ActivityImage .iconfont {
    font-size: 82px;
    color: #fff
}

/*------------------------------currentActivity-list  当前活动--------------------------*/

.currentActivity-list {}

.currentActivity-list .er-news-list-box {
    border-bottom: 0;
    margin-bottom: 2em;
}
.currentActivity-list .er-news-list-box:last-child{
  margin-bottom: 0px;
}

.currentActivity-list .er-news-list-con {
    padding: 1.5em;
    background-color: #fff;
    margin:0px;
}

.currentActivity-list .er-news-list-box .pic {
    float: left;
    width: 70%;
    padding: 0;
    margin-right: 2%;
}

.currentActivity-list .er-news-list-box-title {
    float: right;
    width: 28%;
    padding: 0;
}


.currentActivity-list .info-box-ul li {
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.currentActivity-list .con-box-ul li {
    float: left;
    text-align: center;
    width: 33%;
    margin-top: 1em;
    line-height: 2em;
    margin-bottom: 1em;
    border-right: 1px solid #eee;
}

.currentActivity-list .con-box-ul li:last-child {
    border-right: 0;
}

.currentActivity-list .con-box-ul li a {
    display: block;
    cursor: pointer;
    font-size: 1.4rem;
}

.currentActivity-list .hotBtn {
    clear: both;
    font-family: "microsoft yahei";
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: block;
    background: #fcc52f;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.currentActivity-list .c-999 {
    color: #999;
}

.currentActivity-list .c-oranger {
    color: #fc714c;
}

.currentActivity-list .c-green {
    color: #1fb079;
}
.mk10195_1_0_1 {
  /* 图标hover*/
}
.mk10195_1_0_1 .introduction span span {
  text-indent: 2em;
}
.mk10195_1_0_1 .er-activity-review-nar {
  padding: 6px 0;
}
.mk10195_1_0_1 .er-activity-review-nar .review-box {
  width: 100%;
}
.mk10195_1_0_1 .er-activity-review-nar .review-box-2 {
  width: 100%;
}
.mk10195_1_0_1 .er-activity-review-nar .review-box,
.mk10195_1_0_1 .er-activity-review-nar .review-box-2 {
  /* display: inline-block; */
  margin-bottom: 7px;
}
.mk10195_1_0_1 .er-activity-review-nar .review-box-label {
  font-style: normal;
  color: #aaa;
}
.mk10195_1_0_1 .er-activity-review-bar {
  margin: 0 0.5em;
}
.mk10195_1_0_1 .inlineBlock {
  display: inline-block;
}
.mk10195_1_0_1 .er-news-list-box-title .title .textleft {
  font-size: 1.6em;
}
.mk10195_1_0_1 .review-flex {
  width: 100%;
  text-align: center;
  border-right: 1px solid #ddd;
}
.mk10195_1_0_1 .review-flex p {
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #ff0000;
}
.mk10195_1_0_1 .review-flex:last-child {
  border: none;
}
.mk10195_1_0_1 .review-box-3 {
  margin-top: 6px;
}
.mk10195_1_0_1 .review-span {
  font-weight: bold;
  font-style: normal;
  color: #aaa;
}
.mk10195_1_0_1 .fr {
  margin-top: 6px;
}
.mk10195_1_0_1 .wgt-race a {
  background-color: transparent;
}
.mk10195_1_0_1 .wgt-race a {
  cursor: pointer;
}
.mk10195_1_0_1 .wgt-race .icon {
  display: inline-block;
  background: url(/public/images/race-icons.png?sda0356aab0);
}
.mk10195_1_0_1 .wgt-race .icon-edit-1,
.mk10195_1_0_1 .wgt-race .icon-man,
.mk10195_1_0_1 .wgt-race .icon-phone,
.mk10195_1_0_1 .wgt-race .icon-qq,
.mk10195_1_0_1 .wgt-race .icon-search {
  background-repeat: no-repeat;
}
.mk10195_1_0_1 .wgt-race .icon-search {
  width: 16px;
  height: 16px;
  background-position: 0 -367px;
}
.mk10195_1_0_1 .wgt-race .icon-phone,
.mk10195_1_0_1 .wgt-race .icon-qq {
  width: 32px;
  height: 32px;
}
.mk10195_1_0_1 .wgt-race .icon-qq {
  background-position: 0 -269px;
}
.mk10195_1_0_1 .wgt-race .icon-phone {
  background-position: 0 -171px;
}
.mk10195_1_0_1 .wgt-race .icon-man {
  width: 16px;
  height: 16px;
  background-position: 0 -140px;
}
.mk10195_1_0_1 .wgt-race .icon-edit-1 {
  width: 20px;
  height: 20px;
  background-position: 0 -70px;
}
.mk10195_1_0_1 .wgt-race .icon-code-1 {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.mk10195_1_0_1 .wgt-race .icon-qq-1,
.mk10195_1_0_1 .wgt-race .icon-qzone-1,
.mk10195_1_0_1 .wgt-race .icon-weibo-1,
.mk10195_1_0_1 .wgt-race .icon-weixin-1 {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
.mk10195_1_0_1 .wgt-race .icon-qzone-1 {
  background-position: 0 -316px;
}
.mk10195_1_0_1 .wgt-race .icon-qq-1 {
  background-position: 0 -218px;
}
.mk10195_1_0_1 .wgt-race .icon-weibo-1 {
  background-position: 0 -398px;
}
.mk10195_1_0_1 .wgt-race .icon-weixin-1 {
  background-position: 0 -449px;
}
.mk10195_1_0_1 .wgt-race {
  background-color: #f1f2f7;
  color: #4d4d4d;
  font-size: 14px;
  font-family: 'microsoft yahei';
}
.mk10195_1_0_1 .wgt-race .s-menu {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: -118px;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.mk10195_1_0_1 .wgt-race .s-menu.open {
  right: 0;
}
.mk10195_1_0_1 .wgt-race .s-menu.open.a-1 .s-wrap {
  width: 180px;
}
.mk10195_1_0_1 .wgt-race .s-menu.open.a-1 .w-1 {
  display: block;
  text-align: center;
}
.mk10195_1_0_1 .wgt-race .s-menu.open.a-1 .w-1 p {
  font-size: 16px;
  color: #f6f6f6;
  margin: 55px 0 8px;
}
.mk10195_1_0_1 .wgt-race .s-menu.open.a-1 .w-2 {
  display: none;
}
.mk10195_1_0_1 .wgt-race .w-1 {
  display: none;
  width: 180px;
}
.mk10195_1_0_1 .wgt-race .w-1 img {
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-left: 30px;
  border: 2px solid #fff;
}
.mk10195_1_0_1 .wgt-race .w-2 {
  padding-top: 36px;
}
.mk10195_1_0_1 .wgt-race .w-2 a {
  display: block;
  margin-top: 10px;
  color: #fff;
}
.mk10195_1_0_1 .wgt-race .w-2 a:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  transition: all 0.64s;
}
.mk10195_1_0_1 .wgt-race .w-2 p {
  font-size: 12px;
}
.mk10195_1_0_1 .wgt-race .s-wrap {
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 118px;
}
/* .mk10195_1_0_1 .wgt-race .a-wrap {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 90px;
  left: -48px;
  height: 108px;
  width: 48px;
} */
.mk10195_1_0_1 .wgt-race .a-wrap {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: -48px;
  height: 50px;
  width: 48px;
  margin-top: -25px;
}


.mk10195_1_0_1 .wgt-race .a-wrap a {
  padding: 19px 14px 14px;
  display: block;
}
.mk10195_1_0_1 .wgt-race .a-wrap a:hover .icon-edit-1 {
  background-position: 0 -105px;
  background-repeat: no-repeat;
}
.mk10195_1_0_1 .wgt-race .a-wrap a:hover .icon-code-1 {
  background-position: 0 -35px;
  background-repeat: no-repeat;
}
.mk10195_1_0_1 .wgt-race .a-wrap a + a {
  padding: 14px 14px 19px;
}
/* .mk10195_1_0_1 .wgt-race .a-wrap:before {
  content: '';
  width: 32px;
  height: 1px;
  display: block;
  top: 54px;
  left: 8px;
  background: #837e7e;
  position: absolute;
} */
.mk10195_1_0_1 .wgt-race a {
  color: #4d4d4d;
  text-decoration: none;
}
.mk10195_1_0_1 .wgt-race a:hover {
  text-decoration: none;
}
.mk10195_1_0_1 .er-button .er-button-style{
  border: 0px;
}



 .ErTimeSteps {
  padding: 30px 0 30px 0
}



.mk10388_1_0_1_2 .el-step__icon.is-text {
    background-size: cover;
    width: 40px;
    height: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAE1klEQVRYR9VZ7VNUZRT/nb271Af72IxiYoCgOEJmVDNqUzN+qQ/SDI2OMCwajWlZkwYpCTRMDZvMMFP+A2VQfTBklHEUfAk28IWIAaGEBWEDRiyUTFmQYHdP89xliYXdvc+9i42cTzt7z8vvPs9zfuc85xIikF2HjiR7PJwG8FoGookRzeBo4ZJAQ0wYImAIoOuKQtXHSvM7jIYjvYY+cN4cgF9nRqweeyI4ATqlKKav9IKWBmo9dCQGHs9nALKYYdIDcK4uEbwAvoWiFFWU5g/I+NIEWlx8PKrP1fMpM+1n8GMyTmV1iDBBwNG4JQmfFBdvnwxnFxbomx/bnnRPchUDm2WDG9EjoNEcRelff374dij7kECz80pSvEA1GCuNBNdtQ+g3AWnlZQXtwWyDAlVBMi4BWKI7YGQGLhNhUzCw84CK7Z6a4ub/bSXnZRr6LRZ6fu4xCAAqEqd3tOdiuDNJBJBIWy9HtnZhrMWZjX8iYcvsBAsAas21lTL4oBaCTc+tw5937uJG/00tVcPPTYTS8rKCfL+DGaDTPOlgxuNa3tfExeBAzjbYm9pwuu4q7rvGtEx0PxfUBUVZ7efZ/4DmlXzDjGxZj+9np+OFlDW489c9nLzQiEstv8Lt8ciaS+kRobyirGCnryQD8JVFT5ueiiNWNX9vJhSTr0h19Q3gh7N2dDsHpUDIKIlUUBRlvSi3KlBrnu0LZt4vYzxb58OcbXh2bcLMX263B40tHTh5vhEjf9/X6y6oPhF9WVF2+MA00JI+vQ2G8LouMRYHd2dAMMFsuTc6htN1V/DjlVZMTk1FBFg0MhVlBXE0Te7XjHgTAD/anYHkxOBN1O83/0DlWTvaHb3gCNjMRHiGrLm2QgaLrsiQrE9ahdy3toe0FXzb3NGFqtqfMDQ8YigGgYrImmf7jpkzDXkAYDIR8vdkIik+fEsw/mACtQ3NqGlohvitR4joe8rKs9WB+RU9hnN1U5NX44Odb0i5uHV7BFW1Dfi5vVO+uhHVi613MDhRKkoIJbOioODdLKxauVzaTXtXHypr7XAO3tK0IVA3ZeWWjC5El7Rl4wbsSn9VM+hsBdf4Axw9dkLlYA1xLRjQvRlpED2ArDicgyojOJwDMozgWpCtj4+JVrfeYjZr4hSF4NT5RjT80iFdcn1bvwDJ9E5mGjZuCL+ak1Nu1De1ovriZYiCoEvUZIqQnmJXLEPRPmvY1fytx4njZ+rRJ5E4wV5ApadICT/c2RweuYuqcw242nodHq+4IRsTIlMhic7J7fYEvVBpuY19aikK92UjyhJ4Nif+mcSFyy04U9+E0bFxLTeaz81mJSWipmTPjq3YnJo8E0jU87bOG6isqcfA0LAmABmFmaZEKBtp855evhRF71kRZbGo8UQdP1FjR3OHAxxJBzIHfUCbZ6RxfnvHVryUmqzWbVG/RR3XW8O1VnRe4+xbVfmrSNyKZSpvXuvsRWWN3XBXJAE08CqiAhVDMLe3W2a+9NrLL6odfHN7p0xV0cIT9HnIy50KVuK6LO70FrMCQeAPU0Jel0VQmQHEwwTn9605gBCKi2Kk43+jRTEkCwD7qI8d/WAXxSDXD3ZRjMZnZ/gj/7FhLh098p9vgvGnYAdmSgMhKewHMUYnEVeHms/LcPO/IPJmDXraEH4AAAAASUVORK5CYII=);
}
.mk10388_1_0_1_2 .el-step__icon.is-text i {
    display: none;
}
.mk10388_1_0_1_2 .el-step.is-horizontal .el-step__line {
    top: 20px;
}
.mk10388_1_0_1_2 .el-step__title {
    font-size: 20px;
}
.mk10388_1_0_1_2 .el-step__description {
    font-size: 14px;
    margin-top: 2px
}


.workImage {
    width: 100%;
    height: 100%;
}
.workImage a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(67, 114, 194);
}
.workImage .iconfont {
    font-size: 82px;
    color: #fff;
}

/*rs-thumb-list*/
.rs-thumb-list .item-title {
    text-align: center;
}

.rs-thumb-list .rs-title a {
    color: #007AD5;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rs-thumb-list .rs-attribute {
    line-height: 1.4em;
    color: #888;
}

.rs-thumb-list .rs-attribute a:link {
    color: #888;
}

.rs-thumb-list .rs-img {
    display: block;
    width: 100%;
    height: 100%;
}

.rs-thumb-list .rs-img img {
    width: 100%;
    height: 100%;
}

.rs-thumb-list .rs-img-add,
.rs-thumb-list .rs-img-add a {
    line-height: 2em;
    background: rgba(50, 50, 50, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-left: 10px;
}

.rs-thumb-list .rs-img-add {
    padding-left: 0;
}

.rs-thumb-list .rs-img-add:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.rs-thumb-list .rs-img-add .fa {
    color: #ccc;
}

.rs-thumb-list .rs-img-add-l {
    float: left;
    padding: 0 0.5em;
    display: inline-block;
}

.rs-thumb-list .rs-img-add-r {
    float: right;
    display: inline-block;
    padding: 0 0.5em;
}

.rs-thumb-list .rs-img-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.rs-thumb-list .er-news-list-con {
    padding: 0em;
    margin: 1em;
}
.rs-thumb-list .er-news-list-box-title{
  padding: 10px;
}
/* .ErActivityWorksThumb {
    background-color: #fff;

    .er-news-list-texts .list .textright2>span,
    .er-news-list-texts .list .textright2>a {
        margin-left: 20px;
    }
} */
.er-news-list-box-title .title .textleft{
    white-space: nowrap;
}
.ErActivityWorksThumb{
    margin: 5px;
}
.ErActivityWorksThumb .er-news-list-box-title .addition span,
.ErActivityWorksThumb .er-news-list-box-title .addition a {
    display: inline;
}
.ErActivityWorksThumb .er-news-list .addition{
    padding-top:0px;
}



.ErActivityWorkScTabs {
    margin: 10px;
    background: #fff;
}
.ErActivityWorkScTabs .er-tabs-title h3 {
    font-weight: 500 !important;
    font-size: 1.7rem !important;
}

/*----------------rank-list--------------*/
.rank-list .er-news-list-con{
  padding: 0.5em 0;
}
.rank-list .rank-num {
    display: inline-block;
    background: #aaa;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em;
    font-size: .8em;
    margin-right: 0.5em;
    vertical-align: top;
    text-align: center;
}

.rank-list .rank-num+div,
.rank-list .rank-num+span {
    display: inline-block;
}

.rank-list .er-news-list-texts .list:nth-child(-n+3) .rank-num {
    background: #fb5847;
}

.er-news-list-texts-ul .list a{
    width: auto;
}
.er-news-list-texts-ul .list .text{
    display: flex;
    align-items: center;
}
.rank-list .rank-num{
    min-width: 1.5em;
    min-height: 1.5em;
}



.ErActivityHomeWorksRank{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.col-box{
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 0;
    padding-right: 1em;
}



